home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6615 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: nntp.uio.no!solace!news
  2. From: cmh@lls.se (Magnus Holmgren)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Q: Bitmap organization (planar/chunky)?
  5. Date: 31 Mar 1996 14:10:40
  6. Organization: Programmers' Point
  7. Message-ID: <4jm9au$67t@fizban.solace.mh.se>
  8. References: <4jkt0b$kaj@werple.net.au>
  9. NNTP-Posting-Host: excalibur.lls.se
  10. Mime-Version: 1.2
  11. Content-Type: TEXT/PLAIN; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8BIT
  13. X-FTN-To: Chris Hames
  14. X-Newsreader: Spot 1.3a #26/NetGate 1.2
  15.  
  16. In a message of 31 Mar 96, Chris wrote to :
  17.  
  18.  CH> Currently you can't.  You can tell if it is Amiga planar style in chip
  19.  CH> RAM or not.  See GetBitMapAttr() with BMF_STANDARD and also
  20.  CH> DisplayInfo->PropertyFlags with DIPF_IS_FOREIGN.
  21.  
  22. But don't rely on DIPF_IS_FOREIGN for that, considering the current
  23. software for graphics cards. The PicassoII have DIPF_IS_FORIEGN set for
  24. modes its graphics.library "emluation" can't handle (i.e. >8 bit modes).
  25. CyberGraphX doesn't use it at all, AFAIK.
  26.  
  27. BMF_STANDARD should work though...
  28.  
  29. --
  30. Magnus Holmgren - Amiga programmer and enthusiast
  31.  
  32.  
  33.